projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff745c
)
(pascal-start-keywords): Fix spacing.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:42 +0000
(07:16 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:42 +0000
(07:16 +0000)
lisp/progmodes/pascal.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/pascal.el
b/lisp/progmodes/pascal.el
index d7c09446e3c3417e674611442cd17e0b76cb5d7b..dd718217ec662f71de4b31bba0bdd7ddb606dda9 100644
(file)
--- a/
lisp/progmodes/pascal.el
+++ b/
lisp/progmodes/pascal.el
@@
-252,7
+252,7
@@
are handled in another way, and should not be added to this list."
"*Keywords to complete when standing at the first word of a statement.
These are keywords such as begin, repeat, until, readln.
The procedures and variables defined within the Pascal program
-are handled in another way,
and should not be added to this list."
+are handled in another way, and should not be added to this list."
:type '(repeat (string :tag "Keyword"))
:group 'pascal)